-
Notifications
You must be signed in to change notification settings - Fork 684
Introduce 'USE_COMPILER_DEFAULT_LIBC' cmake option for switching from jerry-libc to a libc, provided by compiler #331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
238c4df
to
d6b9f2c
Compare
0baccab
to
ecc0e20
Compare
Good to me |
ecc0e20
to
192a85d
Compare
Good to me |
$(error EXTERNAL_LIBC_INTERFACE should not be specified in case compiler's default libc is used) | ||
endif | ||
else | ||
EXTERNAL_LIBC_INTERFACE ?= $(shell pwd)/third-party/nuttx/include |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think after #330 this isn't needed anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, seems so. I'll rebase to current master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
192a85d
to
718c69f
Compare
lgtm |
|
…o a libc, provided by compiler. JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
718c69f
to
393d693
Compare
Related with jerryscript-project#331 JerryScript-DCO-1.0-Signed-off-by: SaeHie Park [email protected]
Related with jerryscript-project#331 JerryScript-DCO-1.0-Signed-off-by: SaeHie Park [email protected]
Related with jerryscript-project#331 JerryScript-DCO-1.0-Signed-off-by: SaeHie Park [email protected]
No description provided.